home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / TrickyClickyBall.swf / scripts / frame_3 / PlaceObject2_74_39 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2005-09-27  |  225 b   |  13 lines

  1. onClipEvent(load){
  2.    this.gotoAndStop(_root.colorr);
  3.    if(_root.doubleBall != 1)
  4.    {
  5.       this._visible = false;
  6.       this.gotoAndStop(18);
  7.    }
  8.    if(_root.trickster == 1)
  9.    {
  10.       this._y = 161.8;
  11.    }
  12. }
  13.